@charset "UTF-8";
/*!
 * Created by UICUT.com on 2022/01/01.
 * Contact QQ: 215611388
 */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
    -webkit-text-size-adjust: none;
}

/**,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}*/

body {
    font-size: 14px;
    color: #333333;
    background: #f6f7f9;
    min-width: 1200px;
    min-height: 100vh;
}

    body::-webkit-scrollbar {
        /*width: 2px;
        height: 2px;
        background-color: transparent;
        border-radius: 2px;*/
    }

    body::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: transparent;
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(46, 199, 187, 0.6);
    }

        body::-webkit-scrollbar-thumb:hover {
            background: rgba(46, 199, 187, 0.6);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}
.uc-home-5 .g-card div, .uc-home-5 .g-card ul, .uc-home-5 .g-card ol, .uc-home-5 .g-card dl,
.uc-home-5 .g-card dt, .uc-home-5 .g-card dd, .uc-home-5 .g-card li, .uc-home-5 .g-card dl,
.uc-home-5 .g-card p, .uc-home-5 .g-card a, .uc-home-5 .g-card pre,
.uc-home-5 .g-card table, .uc-home-5 .g-card caption, .uc-home-5 .g-card th,
.uc-home-5 .g-card td { 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul, li, ol {
    list-style: none;
    line-height: normal;
}

i, address, cite, dfn, em, var {
    font-style: normal;
}

input[type=date] {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: #333333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:active, a:hover, a:focus {
        color: #2ec7bb;
        outline-width: 0;
    }

video {
    border: none;
    outline: none;
    display: block;
    width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type=file] {
    cursor: pointer;
}

::-moz-selection {
    background: #2ec7bb;
    color: #fff;
}

::selection {
    background: #2ec7bb;
    color: #fff;
}

::-moz-selection {
    background: #2ec7bb;
    color: #fff;
}

img { 
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.uc-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.uc-show {
    display: block !important;
}

.uc-hide {
    display: none !important;
}

.uc-h98 {
    width: 100%;
    height: 98px;
}

.uc-bg {
    background-color: #fff;
}

.uc-b {
    font-weight: bold;
}

.uc-small {
    font-size: 0.875em;
}

.uc-big {
    font-size: 1.25em;
}

.uc-ma {
    margin-left: auto;
    margin-right: auto;
}

.uc-lineCenter {
    text-decoration: line-through;
}

.uc-del {
    text-decoration: line-through;
    color: #999999;
    margin-left: 20px;
}

    .uc-del:first-child {
        margin-left: 0;
    }

.animate, .uc-animate, .uc-revealOnScroll {
    opacity: 0;
}

.uc-left {
    float: left;
}

.uc-right {
    float: right;
}

.uc-underline {
    text-decoration: underline !important;
}

.uc-tLeft {
    text-align: left !important;
}

.uc-tCenter {
    text-align: center !important;
}

.uc-tRight {
    text-align: right !important;
}

.uc-icon16 {
    width: 16px !important;
    height: 16px !important;
}

.uc-icon20 {
    width: 20px !important;
    height: 20px !important;
}

.uc-icon24 {
    width: 24px !important;
    height: 24px !important;
}

.uc-icon28 {
    width: 28px !important;
    height: 28px !important;
}

.uc-icon32 {
    width: 32px !important;
    height: 32px !important;
}

.uc-icon36 {
    width: 36px !important;
    height: 36px !important;
}

.uc-icon40 {
    width: 40px !important;
    height: 40px !important;
}

.uc-icon44 {
    width: 44px !important;
    height: 44px !important;
}

.uc-icon48 {
    width: 48px !important;
    height: 48px !important;
}

.uc-icon50 {
    width: 50px !important;
    height: 50px !important;
}

.uc-icon64 {
    width: 64px !important;
    height: 64px !important;
}

.uc-icon70 {
    width: 70px !important;
    height: 70px !important;
}

.uc-icon80 {
    width: 80px !important;
    height: 80px !important;
}

.uc-icon90 {
    width: 90px !important;
    height: 90px !important;
}

.uc-icon100 {
    width: 100px !important;
    height: 100px !important;
}

.uc-icon120 {
    width: 120px !important;
    height: 120px !important;
}

.uc-icon150 {
    width: 150px !important;
    height: 150px !important;
}

.uc-icon200 {
    width: 200px !important;
    height: 200px !important;
}

@font-face {
    font-family: "uc-font";
    src: url("../fonts/uicut-font.eot?t=1645078740157");
    src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA3IAAsAAAAAGuAAAA15AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACHCgqiAJteATYCJAN0CzwABCAFhFsHglwbwBYzo7aTs/JN9n9KkHaYxvlQbIaSlFQW2upyunDLeUe9dQNm+47vwmeinzmX+5W4j2EYRriFFuZp28bdxB2mGUoJUb8Xt3f3/ktt1fY2PoGui0QRY+gOFIpEKIQJkUeT3TE8bfMfoSMPwUIEg7Py4Iv5RTijwDgOK4FFYySYYxmwan5av1aRH9dNADRAAEHrobwy0zopDsFlD1xW0OKovsjMd6bPSbLgMaiAoDLNt6mW2r+VY1jsfBizftvrToSwCWD5ZZzS5ucD/xtAYOBfAwIYsEbYBjrsGpz/W0ttJnkTnQLwLwt3qkZWVsg/uxv4C92bLc5diaa8KRBaBleWQdgrgru6CFlwlUDOVcvKCuOrc5pCPPbRgsQ5ji3D6cLMoOYBqr79/iIIkE6vabqYloOB7LNq/SRQLkCPFHBXlrOx2mqQehxDEDQTUkfHuHWGXLnAAfSpJwE8Mz+9/AApFZTEoA+1alLrwKUNjI7MuBFg13TltxmUrUACGNBZs7HaLp4pjZhNnaaTjiUD//xUu30XmS62on7DKxVSm2wavQ4GvTbZ7ndDLo+WN9TI7cCBzSVm7DDewwazS3cODQuduvWy2P18kA2zcYOsq5SrkEbSHko5/DdeiSKpFCiWJ18WhTLIJpJJqTKVcsiFROiKmQByCgsr4UDthYADFNwFUA53BVTA/QBp4GGABDwcYOBKQDp4ISAFXA0I4JMBJfBpgCK4HpAK3gEogBsAxfAeQB68F5AP3wTIAt8OKIT/DsgAH5Rk390hkERwLwMgE76UAkrxpQxQhi/lgEp8GZLkmO4IrEMugCq9jnEwiWQJkFIB9a63vrLJqaTYngDZ3VCTSvBvhk6U/Ey+gYcJYm95d0Z6eUVReoakp4+VN6alHZa7imUxJy8np6woS81ycwvjMcRSkllTVxTfpyrJPpcoFgZUyPcrSJO4vl4i6SeLsQkNuiig9C6EEhRWj3WJ7e2TJe1UETKgyRSTaNoxUIh9QaPVY0lo+lUVQF5hgaE1FBogliXECCUBjA1vwBMAztFqcje4DLbXvZx3k0ri9E1JMvdy0d0KKc4iJdkMGhGWzQCEcJxiuVFdijc8odG3EM407RF8wCxPAejBwvjt6uFo0pMMAZj1QOd62KJOpQXiZVZt4qYXy4xGERPenwzewOg2cwmFLUttpYhtt8Ux120Lo44TaiNGKD23jMJPPtDok29El89Ae9oaVXFtnrsgJbihGIATnZ8s3rQziUi3PvePe+Ugp6957i64HeINPlmeOrkRY2ryacZt/RD5jTyFiCQzeByO0VGsQgWNSKNMS8Zh5BvzhWNODxq7h7MrFRpZFkUkdNei/Q0PaOQ40YUoc2+s7M/LzHm3rkICcGlQHWZ88+0a+mSxUmYJjfjoSMNIHsFi4g35xpb7wmRIlBBziqRYPQIGVypBHbIL0FYMOk75TyfZNoP9qp9RMberSlGF3+551b9G5byj3ChKzBQQ6XRsyHHopuVsfEOVLMtsCzTQE+npQzNSAcN5iksPAlqAsPE0FZcR727iEkHu5iYxwQUngdSD+lsLrnpqLxtdJgv+cb8qCOac29U5z63VRujZ8kcrRwIsP7aaD4VerZ+Gq/OCKbyuy4bejQiGj390dI4qjHtHfwZ1MVEWpxOYYms2sGO+R6uf+fZLU0hJeb0S4m95PIbnVh2f9PAgV64K5mu/OgenB/V5iWTzWBLQ7n4yyFVEDOiaT70yNyp0oejwmL0jdsgcKWzt18VhNGJae2tv7cW+uuaBaG803IMMMBmamFtt09heci71iOTtk4dJRIkho47V58xejjZZnPqSpNGzlqSxRoX89s3MfZ6vH/XPFrFTkmWN+E5MtsaFIvQPTIX/3wTF/qXmz0Wo0EWIOCQHlQq6a6aiCqiowlzkdkE6hY2vLxWhH2988u3Pvfz9Xq7od7/OR2ORgUgHxQbnJYvsAVFNBbQxiDQSg8Ak0YnMtsRtIThWTvERFk81bg1NXr7ZVaXuhnC4mYupzC09I+pwtpPYRVoDCOwTUtXSETJ35s7cIaNPLtRoC+qma/Lq6/JLWQC61GXZsskFw5dttW2FuYcDOuGtaY9/H4r+F4Mg+n71IbrTLJ3WwrdUyCyQC6wKeo9WgZipw1hivpiFQSgfBXb63KKVQItv52OiRamgY4H5ECqQQ3KIv1dAIghno2xF5ALKay4nfchMoZPHwCo6KvlEAZRH0839JOAQc+HTZK81aAWF7kHF6I6IEEuVpmtEmBAN5CZEOdJRqgedTg6s1RACG1yn95AbzXIbxYH6SBLfkmYFqELiIOZg8nQO9zUXxPpLpeRNZGAYW+i78IKN7/3JCZthTmnhZrV9vTwOuE7v7RoYIBTFm69uBuEOBYyR1dzsluTrRaR3JIo37/KVPWxFuY0/JOeEAh+SUVcRWBowd25AaWDFWWHf+Ny5pQEVgWeRNz2wdsU9x0t5Tdu8E874+UwI4bX7+J0JZUPbtErbh9emmxRFXM/vhDyZaZJSBmSTa40ZhPw1PXEURSFZhow5GSXs3Aglc7ZO0q970ZzQiHlsRnGw06GmOv8/ggodtxArGlzXKy8/qrWi0/v9U0KyZs/ODJH5awPR7Y1z/hdnALmB+pzznMpkclR2zhTI7vmDn8xLhihzy/XnNGU/5jTQmUPSUGl0ExEaC4Pd08tTymKTS8aLU+LqgtGstYO02FJErBK5l+RBJfn0B3AgR1IaLlaUC3uiRFyWqSsiA6ZLS7d1QpW8Sk8Wj8XUW2m3OLdojNo0ygAAyW+GNHwN5LJUsOyi3VRZsgTdSOgM+RiSrDjyAzzsLmsKL87H8t+cpXA3EhxhfXz0n6IZ8V5lsqjU1jQ8OiMqvSBYFVJXrBTm+oxvZGWQe7VhyqzQCkSSNI62LjFd05I4ryXBqRWaSkKGy5L7oyQwZlP5cXIwopaUIme9bLtl1VL4/zeL3em+xPGCVEWjHEbhPMKz8lpTbI460y9DuGp3ZkdnkSzepaHAZUUwl/8qC2Ye9nCdGWQO9gjyAMxT0WEvVammzoWNPG+Heh2FNu9g+Fjp0Ou7O4D9hvFZ+ujY1gdkcl3I1k2EKVMIU1fZXm5vGrs/UWj385YMFC+uc8psPFWT5fn9x440jxhdpjMi3kPtlzIdUzRHRqfGLNOi9mFu9CIkv+efKSDwzT3Oi5M1o386SffpY9Yb52/68vVrwdMbCHZrzpmBD59oX/a8d5PGuAkIXf6iVKv6/3N5tdj134fh+Heps7VoYJnbOMvKm6ee3zgSG9vzgPMU2Em2RKxGELW45LzQ42pk7v38uSrHxWNri/1xv74+P9y/+LCj47027lfsfxg5acBeJxtlkRDHUZTNmWmSy4E22anJKSoX+Oxwd9+hffFg3r+yWBYUCSW56KlMIfQzJGRSwR73OEcXg0fhnbmii3bsMeqKRTiC4KLis7p+BMeRYtHZ0GqBBrFIrRbpgO3r7D+xoLuC+D+NOMyG1VETRUtpO2gh3/17J1YGz7Zaj7lwTByXVXPmxEhOwCa269GEjYBYkhHAi4JhAAcvgrdFeYl4z54VFy9ahCC7CCD9oenUSO4Ndq4Khzq1ndUAGVABgCu/ByBnJ2qEwjtvr9li3TM+dHdfuGN7JhRq0IKM/5+FF3QDKVDVMOK376tl3DRutr4mrio2tjKudjSuJrbq4pw3WhtXGQuE1GdzI8quff92zL9wQrkiIjcsLDdC8W+EMizH0Ob9q4zICQMCnwLFLzq6BvqYEwy61ImMDDBgKMszDezZY7QnAT8RnaBP1mHzjx9fv7SYlvg2F5u8vW+7ApcXXewpYJepqltBO4JuCWDircAT5/1Bk93+yf4u5KQkxq7bhX5J2c0YgD3ONBRsdB6GroD/h9tR8kgWs5lmANBX7mt+pXs72RxR6gTldSTBnkAW4IZcbBbY5d8rM61D35IjRvSj6Ax95zGYZLOEslqsEeWT7xDRf3fW5OJJYx3zxN+f0zZ0zo1I2BTtIUN7jfySqShPCiS0kbLO48PR7OTZ/242hKoB4ZsaExF/n2C7kJg16FHlA4pWIJ0dBv/bTM13U0+vILahU4rPOjDl5cx4HQu8tVdCBj0UMT7eK50Oc/VnUOCsYUhIA5o9gl5CNs+Z8vfM+BUL/FOvhGKfKQL/2Sud7SYhWgbN7ci3wKgiarE7CwtUGM2INSTGil+Y1V6xLxfK+0OuLBVik76EFn9igZy8muqQyRiNMExBfBwfDr0nUTLtEWKax1hu12uDVZMChcYro4p6v1rYnYe3QIVZNdaQ+D7eF2a1V4xvBdb9Q67sMSls/lzbiph9OkWcrdYgXB0ySXQ0QkWsSEH4SKfQswUklHhpe4SYylPocmtN9mbiOmnbvLAoHKbaNmmKVbWkphumZSvHb4A373q+pZULl65cu3Hrzr0Hj548R6fAU+yUjIfW/39bdcouKO9l/4j2ZAvZM+1OxOebQ47gdnRKwDJ4XPnrTqiYKGY6JmyzPMrxaapHswOajoUcFROplANW2lIip2v5y9w2piIpvbLFILT7OLrKTsCibiutu+Cpwp4uUwz5qKjdx1W4S49R14Cjwv3hLmg0AAAA") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}

.uc-font {
    font-family: "uc-font" !important;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
    content: "\e624";
}

.uc-checkbox-circle-on:before {
    content: "\e64f";
}

.uc-checkbox:before {
    content: "\e684";
}

.uc-checkbox-on:before {
    content: "\e67d";
}

.uc-checkbox-on-plain:before {
    content: "\e683";
}

.uc-radio-on:before {
    content: "\e7b3";
}

.uc-radio:before {
    content: "\e7b5";
}

.uc-arrow-left:before {
    content: "\e75b";
}

.uc-arrow-right:before {
    content: "\e75c";
}

.uc-arrow-down:before {
    content: "\e615";
}

.uc-arrow-top:before {
    content: "\e75d";
}

.uc-arrow-right2:before {
    content: "\e6ae";
}

.uc-arrow-left2:before {
    content: "\e6d6";
}

.uc-arrow-down2:before {
    content: "\e6a4";
}

.uc-arrow-top2:before {
    content: "\e6b2";
}

.uc-next:before {
    content: "\e600";
}

.uc-prev:before {
    content: "\e601";
}

.uc-add:before {
    content: "\e672";
}

.uc-reduce:before {
    content: "\e614";
}

.uc-menu:before {
    content: "\e6a9";
}

.uc-close:before {
    content: "\e67f";
}

.uc-search:before {
    content: "\e66f";
}

.uc-qq:before {
    content: "\e62d";
}

.uc-qq2:before {
    content: "\e657";
}

.uc-call2:before {
    content: "\e62c";
}

.uc-weixin2:before {
    content: "\e6b3";
}

.uc-weixin:before {
    content: "\e653";
}

.uc-call:before {
    content: "\e674";
}

.uc-arrow {
    position: relative;
    padding-right: 30px;
}

    .uc-arrow:after {
        content: "\e75c";
        font-family: "uc-font";
        font-size: 1.4em;
        right: -10px;
        color: #999999;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.uc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .uc-flex.start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uc-flex.end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uc-flex.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.uc-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .uc-flex-col.start {
        -ms-flex-line-pack: start;
        align-content: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uc-flex-col.end {
        -ms-flex-line-pack: end;
        align-content: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uc-flex-col.center {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.g-main .uc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.g-main .w890 {
    width: 890px;
}

.g-main .w290 {
    width: 290px;
}

.g-main .w580 {
    width: 580px;
}

textarea {
    min-height: 120px;
    height: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100%;
}

input:-moz-placeholder {
    color: #ddd;
}

::-webkit-input-placeholder {
    color: #ddd;
}

input[type=text], input[type=password] {
    -webkit-appearance: none;
}

[type=submit] {
    outline: none;
}

    [type=submit]:hover {
        opacity: 0.8;
    }

button {
    margin: 0;
    padding: 0;
    background: none;
    line-height: inherit;
    font-size: inherit;
    border: none;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

    button:after {
        display: none;
    }

.uc-input, .uc-select, .uc-button, .uc-textarea {
    width: 100%;
    border: #e1e1e1 1px solid;
    outline: none;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 10px;
}

    .uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
        border-color: #2ec7bb;
    }

.uc-btn {
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
}

    .uc-btn img {
        margin-right: 10px;
    }

    .uc-btn:hover {
        opacity: 0.8;
    }

    .uc-btn.cyan {
        background-color: #2ec7bb;
        border: #2ec7bb 1px solid;
        color: #fff;
    }

    .uc-btn.cyan-linear {
        background: -webkit-gradient(linear, left top, right top, from(rgba(46, 199, 187, 0.7)), to(#2ec7bb));
        background: -o-linear-gradient(left, rgba(46, 199, 187, 0.7) 0%, #2ec7bb 100%);
        background: linear-gradient(to right, rgba(46, 199, 187, 0.7) 0%, #2ec7bb 100%);
        color: #fff;
    }

    .uc-btn.cyan-plain {
        color: #2ec7bb;
        border: #2ec7bb 1px solid;
    }

        .uc-btn.cyan-plain:hover {
            opacity: 1;
            background-color: #2ec7bb;
            color: #fff;
        }

    .uc-btn.red {
        background-color: #fe2828;
        border: #fe2828 1px solid;
        color: #fff;
    }

    .uc-btn.red-linear {
        background: -webkit-gradient(linear, left top, right top, from(rgba(254, 40, 40, 0.7)), to(#fe2828));
        background: -o-linear-gradient(left, rgba(254, 40, 40, 0.7) 0%, #fe2828 100%);
        background: linear-gradient(to right, rgba(254, 40, 40, 0.7) 0%, #fe2828 100%);
        color: #fff;
    }

    .uc-btn.red-plain {
        color: #fe2828;
        border: #fe2828 1px solid;
    }

        .uc-btn.red-plain:hover {
            opacity: 1;
            background-color: #fe2828;
            color: #fff;
        }

    .uc-btn.orange {
        background-color: #f5a202;
        border: #f5a202 1px solid;
        color: #fff;
    }

    .uc-btn.orange-linear {
        background: -webkit-gradient(linear, left top, right top, from(rgba(245, 162, 2, 0.7)), to(#f5a202));
        background: -o-linear-gradient(left, rgba(245, 162, 2, 0.7) 0%, #f5a202 100%);
        background: linear-gradient(to right, rgba(245, 162, 2, 0.7) 0%, #f5a202 100%);
        color: #fff;
    }

    .uc-btn.orange-plain {
        color: #f5a202;
        border: #f5a202 1px solid;
    }

        .uc-btn.orange-plain:hover {
            opacity: 1;
            background-color: #f5a202;
            color: #fff;
        }

    .uc-btn.gray {
        background-color: #999999;
        border: #999999 1px solid;
        color: #fff;
    }

    .uc-btn.gray-linear {
        background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999));
        background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
        background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
        color: #fff;
    }

    .uc-btn.gray-plain {
        color: #999999;
        border: #999999 1px solid;
    }

        .uc-btn.gray-plain:hover {
            opacity: 1;
            background-color: #999999;
            color: #fff;
        }

    .uc-btn img {
        margin-right: 10px;
    }

.uc-radio, .uc-checkbox, .uc-checkbox-circle {
    min-width: 40px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 1em;
}

    .uc-radio:last-child, .uc-checkbox:last-child, .uc-checkbox-circle:last-child {
        margin-right: 0;
    }

    .uc-radio:after, .uc-checkbox:after, .uc-checkbox-circle:after {
        content: "\e7b5";
        font-family: "uc-font";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .uc-radio.on:after, .uc-checkbox.on:after, .uc-checkbox-circle.on:after {
        content: "\e7b3";
        color: #2ec7bb;
    }

    .uc-radio:before, .uc-checkbox:before, .uc-checkbox-circle:before {
        display: none;
    }

    .uc-checkbox:after {
        content: "\e684";
    }

    .uc-checkbox.on:after {
        content: "\e67d";
    }

    .uc-checkbox-circle:after {
        content: "\e624";
    }

    .uc-checkbox-circle.on:after {
        content: "\e64f";
    }

.uc-phColor {
    color: #ddd;
}

.uc-cyan {
    color: #2ec7bb !important;
}

.uc-red {
    color: #fe2828 !important;
}

.uc-orange {
    color: #f5a202 !important;
}

.uc-gray {
    color: #999999 !important;
}

.uc-prvNxt {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uc-prvNxt a {
        min-width: 40px;
        height: 40px;
        display: inline-block;
        border: #e1e1e1 1px solid;
        line-height: 40px;
        margin: 0 6px;
        text-align: center;
        color: #999999;
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .uc-prvNxt a:hover, .uc-prvNxt a.on {
            background-color: #2ec7bb;
            border-color: #2ec7bb;
            color: #fff;
        }

    .uc-prvNxt .number {
        margin-right: 10px;
    }

.uc-tag {
    display: inline-block;
    border-radius: 3px;
    padding: 0 5px;
}

    .uc-tag:empty {
        display: none;
    }

    .uc-tag.cyan {
        background-color: #2ec7bb;
        color: #fff;
    }

    .uc-tag.red {
        background-color: #fe2828;
        color: #fff;
    }

    .uc-tag.orange {
        background-color: #f5a202;
        color: #fff;
    }

    .uc-tag.gray {
        background-color: rgba(153, 153, 153, 0.4);
        color: #fff;
    }

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100vw;
    top: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
}

    .uc-alert .box {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9;
        border-radius: 10px;
        background-color: #fff;
    }

    .uc-alert .over-close {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.uc-alert {
    display: none;
}

.uc-alert-vip .box {
    border: none;
    width: 680px;
    background: #fff url("images/alert-vip-bg-1.png") center top no-repeat;
    background-size: 100% auto;
    padding: 75px 35px 30px;
}

.uc-alert-vip .panel {
    width: 100%;
    border-radius: 10px;
    height: 106px;
    background: url("images/alert-vip-bg-2.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 30px 30px 15px 80px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .uc-alert-vip .panel .uc-btn {
        width: 110px;
        border-radius: 40px;
        height: 40px;
        background-color: #a18152;
        color: #f5dcc0;
        font-weight: bold;
        font-size: 20px;
    }

    .uc-alert-vip .panel .con {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        margin-right: 20px;
    }

    .uc-alert-vip .panel h3 {
        font-size: 24px;
        font-weight: bold;
        color: #646464;
        margin-bottom: 10px;
        text-shadow: 0px 1px 3px rgba(142, 142, 142, 0.5);
    }

    .uc-alert-vip .panel p {
        font-size: 18px;
        color: #ba863f;
    }

.uc-alert-vip .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

    .uc-alert-vip .list li {
         width: 150px;
        border-radius: 10px;
        height: 86px;
        overflow: hidden;
        position: relative;
        background-color: #fdefc5;
        margin-bottom: 10px;
        padding: 8px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    }

    .uc-alert-vip .list .icon {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .uc-alert-vip .list .txtbcdc {
        color: #999999;
    }

    .uc-alert-vip .list .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }

        .uc-alert-vip .list .price .uc-big {
            font-size: 26px;
        }

        .uc-alert-vip .list .price .uc-del {
            font-size: 16px;
            margin-left: 5px;
        }

    .uc-alert-vip .list h3 {
        margin-bottom: 2px;
    }

        .uc-alert-vip .list h3 b {
            font-size: 20px;
            color: #5c5c5c;
            margin-right: 10px;
        }

    .uc-alert-vip .list .uc-tag {
        font-size: 12px;
        background: -webkit-gradient(linear, left top, right top, from(#de516b), to(#de516b));
        background: -o-linear-gradient(left, #de516b 0%, #de516b 100%);
        background: linear-gradient(to right, #de516b 0%, #de516b 100%);
        line-height: 18px;
    }

.uc-alert-vip .tips {
    background-color: #fdefc5;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    line-height: 32px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

    .uc-alert-vip .tips .name {
        font-size: 22px;
        font-weight: bold;
    }

.uc-alert-vip .operate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uc-alert-vip .operate .btnbcdc {
        border-radius: 20px 0;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#fcedc2), to(#d59d50));
        background: -o-linear-gradient(top, #fcedc2 0%, #d59d50 100%);
        background: linear-gradient(to bottom, #fcedc2 0%, #d59d50 100%);
        color: #fd214a;
        font-weight: bold;
        font-size: 24px;
        padding: 0 20px;
        -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.15);
    }

        .uc-alert-vip .operate .btnbcdc i {
            color: #6c6c6c;
        }

    .uc-alert-vip .operate .btnbcdc1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        margin-right: 15px;
    }

.uc-alert-login .box {
    width: 750px;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.uc-alert-login .left {
    width: 310px;
    background: url("images/alert-login-bg.png") center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .uc-alert-login .left .logo {
        margin-bottom: 20px;
    }

   .uc-alert-login .left .logo .i1 {
            display: block;
        }

        .uc-alert-login .left .logo .i2 {
            display: none;
        }

        .uc-alert-login .left .logo:hover .i1 {
            display: none;
        }

        .uc-alert-login .left .logo:hover .i2 {
            display: block;
        }

    .uc-alert-login .left h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .uc-alert-login .left .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .uc-alert-login .left .item img {
            margin-right: 10px;
        }

.uc-alert-login .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 45px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.uc-alert-login .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #999999;
    font-size: 32px;
}

    .uc-alert-login .btn-close:hover {
        color: #2ec7bb;
    }

.uc-alert-login .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

    .uc-alert-login .title img {
        display: block;
        margin-right: 5px;
    }

.uc-alert-login .code-box {
    width: 195px;
    border-radius: 10px;
    height: 195px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
}

.uc-alert-login .over {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .uc-alert-login .over .txt {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 15px;
        line-height: 20px;
    }

.uc-alert-login .tips {
    text-align: center;
    margin-bottom: 15px;
    color: #666666;
}

.uc-alert-login .uc-blue {
    color: #65c2f8;
}

.uc-alert-login .other-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uc-alert-login .other {
    border-radius: 34px;
    background-color: #f3cf95;
    padding: 5px 20px;
    line-height: 24px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.uc-alert-login .b-box {
    border-top: #999 1px dashed;
    padding: 20px 10px 10px;
}

    .uc-alert-login .b-box, .uc-alert-login .b-box .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-alert-login .b-box img {
            display: block;
            margin-right: 5px;
        }

        .uc-alert-login .b-box .i2 {
            display: none;
        }

        .uc-alert-login .b-box .item:hover .i1 {
            display: none;
        }

        .uc-alert-login .b-box .item:hover .i2 {
            display: block;
        }

.uc-alert-login .f-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    color: #999999;
    font-size: 12px;
}

    .uc-alert-login .f-box a {
        color: #999999;
    }

        .uc-alert-login .f-box a:hover {
            color: #2ec7bb;
        }

.uc-alert-login .agree {
    height: 40px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
}

    .uc-alert-login .agree .uc-checkbox {
        background-color: red;
        font-size: 18px;
        min-width: 20px;
        margin-right: 5px;
    }

.uc-alert-call .box,
.uc-alert-service .box {
    width: 250px;
    min-height: 210px;
    border-radius: 20px;
    background: url("images/alert-call-bg.png") center center no-repeat;
    background-size: cover;
    color: #fff;
}

.uc-alert-call .title,
.uc-alert-service .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: #aee9e5 1px solid;
    height: 65px;
    font-size: 18px;
}

    .uc-alert-call .title img,
    .uc-alert-service .title img {
        display: block;
        margin-right: 10px;
    }

.uc-alert-call .con,
.uc-alert-service .con {
    padding: 10px;
    text-align: center;
}

.uc-alert-call .time,
.uc-alert-service .time {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.uc-alert-call .txt,
.uc-alert-service .txt {
    font-size: 15px;
    line-height: 24px;
}

.uc-alert-call .number {
    width: 160px;
    border-radius: 5px;
    height: 26px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    color: #2ec7bb;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 15px;
    line-height: 26px;
    font-size: 16px;
}

.uc-alert-service .box {
    min-height: 350px;
    background-image: url("images/alert-service-bg.png");
    padding-bottom: 15px;
}

.uc-alert-service .code {
    width: 180px;
    border-radius: 5px;
    height: 180px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto 10px;
}

    .uc-alert-service .code img {
        display: block;
    }

footer {
    margin-top: 20px;
}

    footer .ft1 {
        background: url("images/footer.jpg") center center no-repeat;
        background-size: cover;
    }

    footer .ft2 {
        background-color: #1c2b40;
    }

    footer .uc-content {
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    footer .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        footer .menu li {
            margin-left: 100px;
        }

            footer .menu li:first-child {
                margin-left: 0;
            }

        footer .menu h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }

        footer .menu .con {
            font-size: 14px;
            line-height: 28px;
        }

        footer .menu a {
            display: block;
        }

    footer .code-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        footer .code-list li {
            margin-right: 40px;
            text-align: center;
            color: #666666;
        }

        footer .code-list img {
            display: block;
            width: 100px;
            height: 100px;
            overflow: hidden;
            margin: 0 auto 5px;
        }

    footer .ft2 .uc-content {
        padding-right: 0px;
        position: relative;
    }

    footer .icon-box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 200px;
    }

        footer .icon-box img {
            display: block;
            margin: 0 auto;
        }

    footer .part1 {
        padding-bottom: 30px;
        border-bottom: #979797 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        footer .part1 img {
            display: block;
        }

    footer nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        footer nav a {
            padding: 0 24px;
            color: #fff;
            border-left: #fff 1px solid;
        }

            footer nav a:hover {
                color: #2ec7bb;
            }

            footer nav a:first-child {
                border-left: none;
            }

    footer .part2 {
        padding: 40px 0;
        font-size: 12px;
        color: #cccccc;
    }

        footer .part2 a {
            color: #cccccc;
        }

            footer .part2 a:hover {
                color: #2ec7bb;
            }

        footer .part2 p {
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        footer .part2 img {
            display: block;
            margin-right: 2px;
        }

        footer .part2 span, footer .part2 a {
            margin-right: 1em;
        }

            footer .part2 span:last-child, footer .part2 a:last-child {
                margin-right: 0;
            }

.g-sideFixedOperate {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 888;
    right: 50%;
    margin-right: -660px;
    width: 44px;
}

    .g-sideFixedOperate li {
        width: 44px;
        border-radius: 100%;
        height: 44px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        margin-bottom: 10px;
        position: relative;
        font-size: 16px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .g-sideFixedOperate li:last-child {
            margin-bottom: 0;
        }

        .g-sideFixedOperate li:hover {
            background-color: #2ec7bb;
            color: #fff;
        }

            .g-sideFixedOperate li:hover a {
                color: #fff;
            }

            .g-sideFixedOperate li:hover .i1 {
                display: none;
            }

            .g-sideFixedOperate li:hover .i2 {
                display: block;
            }

            .g-sideFixedOperate li:hover .box {
                display: block;
            }

        .g-sideFixedOperate li:first-child {
            width: 44px;
            border-radius: 44px;
            height: 140px;
        }

            .g-sideFixedOperate li:first-child .item {
                width: 100%;
                border-radius: 44px;
                height: 100%;
                padding-top: 40px;
            }

                .g-sideFixedOperate li:first-child .item img {
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    top: 10px;
                }

            .g-sideFixedOperate li:first-child .txtbcdc {
                display: block;
                padding: 0 10px;
                text-align: center;
            }

    .g-sideFixedOperate .item {
        display: block;
        width: 44px;
        border-radius: 100%;
        height: 44px;
        position: relative;
        z-index: 776;
    }

        .g-sideFixedOperate .item img {
            display: block;
            margin: 0 auto;
        }

        .g-sideFixedOperate .item img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .g-sideFixedOperate .item .i2 {
            display: none;
        }

    .g-sideFixedOperate .box {
        width: 250px;
        min-height: 210px;
        border-radius: 20px;
        background: url("images/alert-call-bg.png") center center no-repeat;
        background-size: cover;
        color: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        right: 60px;
        top: 0;
        display: none;
    }

        .g-sideFixedOperate .box .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: #aee9e5 1px solid;
            height: 65px;
            font-size: 18px;
        }

            .g-sideFixedOperate .box .title img {
                display: block;
                margin-right: 10px;
            }

        .g-sideFixedOperate .box .con {
            padding: 10px;
            text-align: center;
        }

        .g-sideFixedOperate .box .time {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 15px;
        }

        .g-sideFixedOperate .box .txt {
            font-size: 15px;
            line-height: 24px;
        }

    .g-sideFixedOperate .box-call .number {
        width: 160px;
        border-radius: 5px;
        height: 26px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        color: #2ec7bb;
        background-color: #fff;
        text-align: center;
        margin: 0 auto 15px;
        line-height: 26px;
        font-size: 16px;
    }

    .g-sideFixedOperate .box-service .box {
        min-height: 350px;
        background-image: url("images/alert-service-bg.png");
        padding-bottom: 15px;
    }

    .g-sideFixedOperate .box-service .code {
        width: 180px;
        border-radius: 5px;
        height: 180px;
        background-color: #fff;
        overflow: hidden;
        margin: 0 auto 10px;
    }

        .g-sideFixedOperate .box-service .code img {
            display: block;
        }

header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: url("images/header.png") center top repeat-x;
    background-size: 1px 100%;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

    header .uc-content {
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

      header .logo .i1 {
        display: block;
    }
    header .logo .i2 {
        display: none;
    }
    header .logo:hover .i1 {
        display: none;
    }

    header .logo:hover .i2 {
        display: block;
    }

    header .center-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        padding-left: 2em;
    }

    header nav {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header nav a {
            padding: 0 1em;
            color: #fff;
        }

            header nav a:hover {
                color: #2ec7bb;
            }

    header .more-box {
        position: relative;
        margin-right: 1em;
        display: none;
    }

        header .more-box .hd {
            line-height: 60px;
            color: #fff;
        }

        header .more-box .bd {
            background-color: #fff;
            border-radius: 3px;
            padding: 5px 0;
            width: 8em;
            display: none;
            -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 60px;
        }

            header .more-box .bd a {
                color: #333333;
                display: block;
                text-align: center;
                line-height: 40px;
                padding: 0 1em;
            }

                header .more-box .bd a:hover {
                    background-color: #2ec7bb;
                    color: #fff;
                }

        header .more-box:hover .bd {
            display: block;
        }

    header .right-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header .right-box .item {
            margin-left: 2em;
            font-size: 14px;
            color: #fff;
            text-align:center;
        }

            header .right-box .item:hover .i1 {
                display: none;
            }

            header .right-box .item:hover .i2 {
                display: block;
            }

        header .right-box img {
            display: block;
            margin: 0 auto 5px;
        }

        header .right-box .i2 {
            display: none;
        }

    header .search {
        width: 520px;
        border-radius: 10px;
        height: 50px;
        margin-right: 20px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        position: relative;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }

        header .search:after {
            content: "";
            width: 1px;
            height: 24px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #ddd;
            left: 130px;
            z-index: 99;
            display: block;
        }

    header .uc-select {
        height: 50px;
        width: 120px;
        border-radius: 10px 0 0 10px;
        border: none;
    }

    header .uc-input {
        height: 50px;
        padding: 0 20px;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    header .btn-search {
        width: 90px;
        border-radius: 0 10px 10px 0;
        height: 50px;
        background-color: #2ec7bb;
        display: block;
        position: relative;
    }

        header .btn-search img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    header.on {
        background-color: rgba(46, 199, 187, 0.8);
        border-bottom: #e1e1e1 1px solid;
    }

        header.on nav > a {
            display: none;
        }

            header.on nav > a:first-child {
                display: block;
            }

        header.on .search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        header.on .more-box {
            display: block;
        }

.g-title {
    height: 45px;
    border-bottom: #e1e1e1 1px solid;
    position: relative;
    margin-bottom: 20px;
}

    .g-title, .g-title .l, .g-title .r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .g-title .l {
            font-size: 20px;
        }

            .g-title .l .filter .item {
                font-size: 20px;
            }

        .g-title:after {
            content: "";
            width: 114px;
            height: 3px;
            background-color: #2ec7bb;
            position: absolute;
            left: 0;
            bottom: -1px;
        }

        .g-title img {
            display: block;
            margin-right: 10px;
        }

        .g-title .uc-arrow {
            padding-right: 8px;
            font-size: 12px;
        }

            .g-title .uc-arrow:after {
                right: -7px;
                opacity: 0.5;
            }

            .g-title .uc-arrow:hover {
                color: #2ec7bb !important;
            }

                .g-title .uc-arrow:hover:after {
                    color: #2ec7bb;
                }

.g-filterBox .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .g-filterBox .filter .item, .g-filterBox .filter .more {
        position: relative;
        padding-left: 10px;
        font-size: 16px;
    }

        .g-filterBox .filter .item:after, .g-filterBox .filter .more:after {
            content: "/";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 3px;
            color: #333333;
        }

        .g-filterBox .filter .item:first-child, .g-filterBox .filter .more:first-child {
            padding-left: 0;
        }

            .g-filterBox .filter .item:first-child:after, .g-filterBox .filter .more:first-child:after {
                display: none;
            }

.g-filterBox .tab-con {
    display: none;
}

    .g-filterBox .tab-con:first-child {
        display: block;
    }

/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* ---------------------------------------------                            各页面样式                           ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 						 可拆分到独立页面中， 					---------------------------------------
* --------------------------------------------- 		  如无必要，别拆。方便后期配合开发新页面或维护修改 			---------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
.g-card {
    background-color: #fff;
    border: #e1e1e1 1px solid;
    -webkit-box-shadow: 0 0 5px 0 #f2f3f4;
    box-shadow: 0 0 5px 0 #f2f3f4;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .g-card:last-child {
        margin-bottom: 0;
    }

/* |01|首页|home| */
.uc-home-1 {
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 10px;
}

    .uc-home-1 .swiper-container {
        height: 510px;
    }

        .uc-home-1 .swiper-container .swiper-slide {
            background: url("images/../images/home-banner.jpg") center center no-repeat;
            background-size: cover;
        }

    .uc-home-1 .btn {
        text-align: center;
        cursor: pointer;
        width: 50px;
        border-radius: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        border: #ccc 1px solid;
        color: #ccc;
        outline: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-image: none;
    }

        .uc-home-1 .btn.btn-prev {
            left: 50%;
            margin-left: -664px;
        }

        .uc-home-1 .btn.btn-next {
            right: 50%;
            margin-right: -664px;
        }

    .uc-home-1:hover .btn {
        border: none;
        background-color: rgba(255, 255, 255, 0.5);
        color: #2ec7bb;
    }

    .uc-home-1 .swiper-pagination {
        bottom: 90px;
    }

    .uc-home-1 .swiper-pagination-bullet {
        background-color: #2ec7bb;
        opacity: 0.8;
        width: 2em;
        border-radius: 1.15em;
    }

    .uc-home-1 .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .uc-home-1 .box1 {
        bottom: 40px !important;
    }

    .uc-home-1 .box {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 120px;
        z-index: 99;
        min-width: 1200px;
        border: none;
        width: auto;
        background: none;
        margin: 0px;
    }

        .uc-home-1 .box h3 {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
            margin-bottom: 50px;
            text-align: center;
            font: bold 28px "微软雅黑", Arial, "Times New Roman";
        }

    .uc-home-1 .hot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
    }

        .uc-home-1 .hot img {
            display: block;
            margin-right: 10px;
            margin-left: 10px;
        }

        .uc-home-1 .hot .uc-checkbox.on:after {
            color: #fff;
        }

    .uc-home-1 .center-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .uc-home-1 .uc-select {
        height: 60px;
        width: 120px;
        border-radius: 10px 0 0 10px;
        border: none;
    }

    .uc-home-1 .search {
        width: 720px;
        border-radius: 10px;
        height: 60px;
        margin-right: 20px;
        -webkit-box-shadow: 0 2px 8px 0 rgba(70, 70, 70, 0.5);
        box-shadow: 0 2px 8px 0 rgba(70, 70, 70, 0.5);
        position: relative;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-home-1 .search:after {
            content: "";
            width: 1px;
            height: 24px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #ddd;
            left: 130px;
            z-index: 99;
            display: block;
        }

    .uc-home-1 .uc-input {
        height: 60px;
        padding: 0 20px;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .uc-home-1 .btn-search {
        width: 90px;
        border-radius: 0 10px 10px 0;
        height: 60px;
        background-color: #2ec7bb;
        display: block;
        position: relative;
    }

        .uc-home-1 .btn-search img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .uc-home-1 .btn-upload {
        -webkit-box-shadow: 0 2px 8px 0 rgba(70, 70, 70, 0.5);
        box-shadow: 0 2px 8px 0 rgba(70, 70, 70, 0.5);
        width: 160px;
        border-radius: 10px;
        height: 60px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-home-1 .btn-upload img {
            display: block;
            margin-right: 5px;
        }

    .uc-home-1.style-list .swiper-container {
        height: 300px;
    }

    .uc-home-1.style-list .box h3 {
        margin-bottom: 20px;
    }

.uc-home-2 {
    margin-bottom: 20px;
    position: relative;
    margin-top: -73px;
    z-index: 9;
}

    .uc-home-2 .g-card {
        margin-bottom: 0;
    }

    .uc-home-2 .main-left,
    .uc-home-2 .main-center,
    .uc-home-2 .main-right {
        border-top: #2ec7bb 3px solid;
    }

        .uc-home-2 .main-left:hover,
        .uc-home-2 .main-center:hover,
        .uc-home-2 .main-right:hover {
            border-top-color: #fc9d40;
        }

    .uc-home-2 .title {
        border-bottom: #e1e1e1 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
        height: 60px;
    }

        .uc-home-2 .title img {
            display: block;
            margin-right: 10px;
        }

        .uc-home-2 .title a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: bold;
        }

    .uc-home-2 .sub-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px 15px;
    }

        .uc-home-2 .sub-title .l {
            font-size: 16px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .uc-home-2 .sub-title .icon {
            margin-left: 5px;
            position: relative;
            top: -10px;
        }

        .uc-home-2 .sub-title .uc-arrow {
            padding-right: 8px;
            font-size: 12px;
        }

            .uc-home-2 .sub-title .uc-arrow:after {
                right: -7px;
                opacity: 0.5;
            }

            .uc-home-2 .sub-title .uc-arrow:hover {
                color: #2ec7bb !important;
            }

                .uc-home-2 .sub-title .uc-arrow:hover:after {
                    color: #2ec7bb;
                }

    .uc-home-2 .list {
        padding: 0 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-home-2 .list a {
            margin: 0 5px 10px;
            color: #666666;
        }

            .uc-home-2 .list a:hover {
                color: #2ec7bb;
            }

    .uc-home-2 .swiper-box {
        margin: 0 20px 5px;
        padding: 20px 0;
        border-top: #e1e1e1 1px solid;
        border-bottom: #e1e1e1 1px solid;
    }

        .uc-home-2 .swiper-box .swiper-container {
            border-radius: 10px;
            overflow: hidden;
        }

        .uc-home-2 .swiper-box .swiper-pagination {
            bottom: 15px;
        }

        .uc-home-2 .swiper-box .swiper-pagination-bullet {
            background-color: rgba(255, 255, 255, 0.5);
            width: 1.8em;
            border-radius: 1.1em;
            opacity: 1;
        }

        .uc-home-2 .swiper-box .swiper-pagination-bullet-active {
            background-color: #fff;
        }

        .uc-home-2 .swiper-box img {
            display: block;
        }

.uc-home-3 {
    margin-bottom: 20px;
}

    .uc-home-3 .box1 {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        background: #fff url("images/home-bg-31.png") center center no-repeat;
        background-size: 105% 105%;
    }

        .uc-home-3 .box1 .item {
            color: #666666;
        }

            .uc-home-3 .box1 .item:hover h3 {
                color: #2ec7bb;
            }

        .uc-home-3 .box1 h3 {
            font-size: 34px;
            font-weight: bold;
        }

        .uc-home-3 .box1 sub {
            font-size: 16px;
            position: relative;
            bottom: 0;
        }

        .uc-home-3 .box1 p {
            font-size: 16px;
        }

    .uc-home-3 .box2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .uc-home-3 .box2 li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            margin-left: 15px;
            margin-bottom: 20px;
            overflow: hidden;
        }

            .uc-home-3 .box2 li:first-child {
                margin-left: 0;
            }

            .uc-home-3 .box2 li:hover .title-box {
                background: url("images/home-title-bg-32.png") center bottom no-repeat;
                background-size: cover;
            }

                .uc-home-3 .box2 li:hover .title-box .g-title {
                    border: transparent 0px solid;
                    border-bottom: transparent 1px solid;
                }

                    .uc-home-3 .box2 li:hover .title-box .g-title:after {
                        display: none;
                    }

                    .uc-home-3 .box2 li:hover .title-box .g-title .l {
                        color: #fff;
                    }

                    .uc-home-3 .box2 li:hover .title-box .g-title .filter .item {
                        color: #fff;
                    }

                        .uc-home-3 .box2 li:hover .title-box .g-title .filter .item:after {
                            color: #fff;
                        }

                    .uc-home-3 .box2 li:hover .title-box .g-title .uc-arrow {
                        color: #fff !important;
                    }

                        .uc-home-3 .box2 li:hover .title-box .g-title .uc-arrow:after {
                            color: #fff;
                        }

        .uc-home-3 .box2 .title-box {
            padding: 0 15px 0 10px;
        }

        .uc-home-3 .box2 .g-title {
            margin-bottom: 0;
        }

        .uc-home-3 .box2 .uc-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 5px 5px;
        }

    .uc-home-3 .list2 {
        width: 50%;
    }

        .uc-home-3 .list2 .item {
            padding: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            color: #666666;
        }

            .uc-home-3 .list2 .item:hover {
                color: #2ec7bb;
            }

        .uc-home-3 .list2:first-child .item:nth-child(1) .number {
            color: #fd3e67;
        }

        .uc-home-3 .list2:first-child .item:nth-child(2) .number {
            color: #fe5d0b;
        }

        .uc-home-3 .list2:first-child .item:nth-child(3) .number {
            color: #fcca7a;
        }

        .uc-home-3 .list2 .c {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .uc-home-3 .list2 .number {
            color: #999999;
            margin-right: 3px;
        }

        .uc-home-3 .list2 img {
            display: block;
            margin-left: 3px;
        }

    .uc-home-3 .box3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .uc-home-3 .box3 li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            margin-left: 15px;
            margin-bottom: 15px;
        }

            .uc-home-3 .box3 li:first-child {
                margin-left: 0;
            }

        .uc-home-3 .box3 .img {
            width: 100%;
            border-radius: 5px;
            height: 80px;
            overflow: hidden;
            margin-bottom: 10px;
            -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

            .uc-home-3 .box3 .img img {
                width: 100%;
                height: 100%;
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .uc-home-3 .box3 .img img {
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .uc-home-3 .box3 .img:hover img {
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

        .uc-home-3 .box3 h3 {
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-align: center;
        }

    .uc-home-3 .box4 {
        padding: 15px 20px;
    }

        .uc-home-3 .box4 .g-title .name {
            width: 184px;
            height: 46px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 10px;
            font-size: 20px;
            color: #fff;
            position: relative;
            top: 2px;
            background: url("images/home-title-bg-45.png") center center no-repeat;
            background-size: 100% 100%;
        }

            .uc-home-3 .box4 .g-title .name img {
                display: block;
                margin-right: 5px;
            }

        .uc-home-3 .box4 .g-title:after {
            display: none;
        }

        .uc-home-3 .box4 .part4 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            margin-bottom: 15px;
        }

        .uc-home-3 .box4 .img-box {
            width: 240px;
            height: 170px;
            overflow: hidden;
            overflow: hidden;
        }

            .uc-home-3 .box4 .img-box img {
                width: 100%;
                height: 100%;
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .uc-home-3 .box4 .img-box img {
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .uc-home-3 .box4 .img-box:hover img {
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

    .uc-home-3 .list41 {
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        margin-left: 20px;
        position: relative;
        top: -7px;
    }

        .uc-home-3 .list41 li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 31px;
        }

            .uc-home-3 .list41 li:hover .c {
                color: #2ec7bb;
            }

        .uc-home-3 .list41 .c {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            color: #666666;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .uc-home-3 .list41 i {
            font-size: 14px;
            color: #999999;
            margin-left: 5px;
        }

        .uc-home-3 .list41 img {
            display: block;
            margin-right: 5px;
        }

    .uc-home-3 .box41 .g-title .filter .item:hover, .uc-home-3 .box41 .g-title .filter .item.on {
        color: #f5a202;
    }

    .uc-home-3 .box42 .g-title .name {
        background-image: url("images/home-title-bg-44.png");
    }

    .uc-home-3 .list42 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .uc-home-3 .list42 li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            margin-right: 15px;
        }

            .uc-home-3 .list42 li:last-child {
                margin-right: 0;
            }

        .uc-home-3 .list42 .img {
            width: 100%;
            border-radius: 5px;
            height: 116px;
            overflow: hidden;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .uc-home-3 .list42 .img img {
                width: 100%;
                height: 100%;
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .uc-home-3 .list42 .img img {
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .uc-home-3 .list42 .img:hover img {
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

        .uc-home-3 .list42 h3 {
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .uc-home-3 .list42 .btm {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            font-size: 12px;
        }

            .uc-home-3 .list42 .btm i {
                margin: 0 5px;
            }

    .uc-home-3 .main-right .g-card {
        padding: 20px;
    }

    .uc-home-3 .user-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 5px;
    }

        .uc-home-3 .user-box .face {
            width: 54px;
            border-radius: 100%;
            height: 54px;
            background-color: #fff;
            overflow: hidden;
            -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            margin-right: 10px;
        }

            .uc-home-3 .user-box .face img {
                width: 100%;
                height: 100%;
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .uc-home-3 .user-box .con {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
        }

        .uc-home-3 .user-box .name, .uc-home-3 .user-box .l, .uc-home-3 .user-box .r {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .uc-home-3 .user-box .l {
            font-size: 16px;
        }

            .uc-home-3 .user-box .l a {
                font-weight: bold;
            }

            .uc-home-3 .user-box .l img {
                display: block;
                margin-left: 5px;
            }

        .uc-home-3 .user-box .txtbcdc {
            font-size: 12px;
            line-height: 16px;
            color: #999999;
            margin-top: 10px;
        }

    .uc-home-3 .box6 .title-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        padding: 10px 0;
        color: #666666;
    }

        .uc-home-3 .box6 .title-line i {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            margin: 0 10px;
            height: 1px;
        }

            .uc-home-3 .box6 .title-line i:first-child {
                background: -webkit-gradient(linear, right top, left top, from(#999), to(transparent));
                background: -o-linear-gradient(right, #999 0%, transparent 100%);
                background: linear-gradient(to left, #999 0%, transparent 100%);
            }

            .uc-home-3 .box6 .title-line i:last-child {
                background: -webkit-gradient(linear, left top, right top, from(#999), to(transparent));
                background: -o-linear-gradient(left, #999 0%, transparent 100%);
                background: linear-gradient(to right, #999 0%, transparent 100%);
            }

        .uc-home-3 .box6 .title-line img {
            display: block;
            margin-right: 5px;
        }

    .uc-home-3 .box6 .uc-btn {
        height: 40px;
        border-radius: 5px;
        background: -webkit-gradient(linear, left top, right top, from(#d69f52), to(#fce08a));
        background: -o-linear-gradient(left, #d69f52 0%, #fce08a 100%);
        background: linear-gradient(to right, #d69f52 0%, #fce08a 100%);
        color: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        margin: 10px auto;
        font-size: 16px;
    }

    .uc-home-3 .box6 .notice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

        .uc-home-3 .box6 .notice img {
            display: block;
            margin-right: 2px;
        }

        .uc-home-3 .box6 .notice .link {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 0;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-size: 13px;
            color: #666666;
        }

            .uc-home-3 .box6 .notice .link:hover {
                color: #2ec7bb;
            }

    .uc-home-3 .info {
        padding: 5px 0;
    }

        .uc-home-3 .info, .uc-home-3 .info .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .uc-home-3 .info li {
                padding: 5px 0;
            }

            .uc-home-3 .info img {
                display: block;
                margin-right: 10px;
            }

    .uc-home-3 .box7 {
        padding-top: 0 !important;
    }

    .uc-home-3 .swiper-box {
        border-bottom: #e1e1e1 1px solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .uc-home-3 .swiper-container37 {
        margin-top: -10px;
        height: 150px;
    }

        .uc-home-3 .swiper-container37 .swiper-slide {
            padding: 0;
            height: 20px;
        }

        .uc-home-3 .swiper-container37 .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #999999;
            font-size: 14px;
            line-height: 20px;
        }

    .uc-home-3 .list7 {
        padding-bottom: 5px;
        margin-top: -5px;
    }

        .uc-home-3 .list7 li {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .uc-home-3 .list7 a {
            color: #666666;
        }

            .uc-home-3 .list7 a:hover {
                color: #2ec7bb;
            }

        .uc-home-3 .list7 time {
            font-size: 14px;
            color: #999999;
        }

    .uc-home-3 .banner-box1 {
        border-radius: 5px;
        overflow: hidden;
        overflow: hidden;
    }

        .uc-home-3 .banner-box1 img {
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .uc-home-3 .banner-box1:hover img {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        .uc-home-3 .banner-box1 img {
            display: block;
        }

.uc-home-4 .g-card {
    padding: 20px;
    margin-bottom: 20px;
}

.uc-home-4 .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .uc-home-4 .box1:last-child {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }

.uc-home-4 .part {
    width: 410px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uc-home-4 .list-box {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uc-home-4 .list-box .list {
        width: 220px;
    }

.uc-home-4 .img-box {
    width: 170px;
    border-radius: 5px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
    overflow: hidden;
}

    .uc-home-4 .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .uc-home-4 .img-box img {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .uc-home-4 .img-box:hover img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

.uc-home-4 .code-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

    .uc-home-4 .code-list li {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .uc-home-4 .code-list img {
        display: block;
        margin: 0 auto 10px;
        width: 100px;
        height: 100px;
    }

.uc-home-4 .list {
    margin-top: -5px;
    margin-bottom: 10px;
}

    .uc-home-4 .list time {
        color: #999999;
        font-size: 14px;
        margin-left: 10px;
    }

    .uc-home-4 .list li {
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-home-4 .list li:hover .c {
            color: #2ec7bb;
        }

    .uc-home-4 .list img {
        display: block;
        margin-right: 10px;
    }

    .uc-home-4 .list .c {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #666666;
    }

.uc-home-4 .tags-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px 15px;
}

    .uc-home-4 .tags-box .uc-btn {
        width: auto;
        margin: 0 5px 10px;
        border-radius: 28px;
        height: 28px;
        min-width: 76px;
    }

        .uc-home-4 .tags-box .uc-btn:hover {
            background-color: #2ec7bb;
            border-color: #2ec7bb;
            color: #fff;
        }

.uc-home-4 .banner-box1 {
    border-radius: 5px;
    overflow: hidden;
    overflow: hidden;
}

    .uc-home-4 .banner-box1 img {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .uc-home-4 .banner-box1:hover img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .uc-home-4 .banner-box1 img {
        display: block;
    }

.uc-home-5 .swiper-box {
    position: relative;
}

.uc-home-5 .g-card {
    padding: 10px 20px;
}

.uc-home-5 .tab-con {
    display: none;
}

    .uc-home-5 .tab-con:first-child {
        display: block;
    }

.uc-home-5 .title {
    border-bottom: #e1e1e1 1px solid;
}

.uc-home-5 .filter {
    background: url("images/home-title-bg-5.png") left center no-repeat;
    width: 372px;
    height: 46px;
    display: block;
    padding-left: 35px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uc-home-5 .filter:after {
        content: "";
        width: 8px;
        border-radius: 100%;
        height: 8px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 16px;
        margin-bottom: 3px;
    }

    .uc-home-5 .filter .item {
        color: #fff;
        position: relative;
        padding-left: 10px;
    }

        .uc-home-5 .filter .item:hover {
            color: #fc9d3f;
        }

        .uc-home-5 .filter .item:after {
            content: "/";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            color: #fff;
        }

        .uc-home-5 .filter .item:first-child {
            padding-left: 0;
        }

            .uc-home-5 .filter .item:first-child:after {
                display: none;
            }

.uc-home-5 .swiper-slide {
    padding: 5px;
}

.uc-home-5 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .uc-home-5 .list li {
        width: 25%;
        padding: 20px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-radius: 5px;
    }

        .uc-home-5 .list li:hover {
            -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        }

    .uc-home-5 .list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .uc-home-5 .list .face {
        width: 80px;
        border-radius: 100%;
        height: 80px;
        overflow: hidden;
        margin-right: 20px;
    }

        .uc-home-5 .list .face img {
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .uc-home-5 .list .con {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .uc-home-5 .list h3 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: bold;
        color: #333333;
    }

    .uc-home-5 .list .txt1 {
        line-height: 20px;
        color: #999999;
        height: 40px;
        overflow: hidden;
    }

.uc-home-5 .btn1 {
    text-align: center;
    cursor: pointer;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: #ccc 1px solid;
    color: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
}

    .uc-home-5 .btn1:hover {
        border-color: #2ec7bb;
        color: #2ec7bb;
    }

    .uc-home-5 .btn1.btn-prev {
        left: -84px;
    }

    .uc-home-5 .btn1.btn-next {
        right: -84px;
    }

/* |02|列表页|list| */
.uc-list {
    margin-bottom: 20px;
    position: relative;
    margin-top: -73px;
    z-index: 9;
}

    .uc-list .g-card {
        margin-bottom: 0;
    }

    .uc-list .main-left,
    .uc-list .main-right .uc-list-3 {
        border-top: #2ec7bb 3px solid;
    }

        .uc-list .main-left:hover,
        .uc-list .main-right .uc-list-3:hover {
            border-top-color: #fc9d40;
        }

    .uc-list .title {
        border-bottom: #e1e1e1 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        font-size: 20px;
        height: 70px;
    }

        .uc-list .title img {
            display: block;
            margin-right: 10px;
        }

        .uc-list .title a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.uc-list-1 {
    padding: 5px 20px;
}

    .uc-list-1 li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px 0;
        line-height: 24px;
    }

    .uc-list-1 .con {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .uc-list-1 .name {
        margin: 2px 0;
    }

    .uc-list-1 .item {
        padding: 0 10px;
        margin-right: 10px;
        margin: 2px 10px;
    }

        .uc-list-1 .item.on, .uc-list-1 .item:hover {
            background-color: #2ec7bb;
            color: #fff;
        }

.uc-list-2 {
    padding: 0 10px;
}

    .uc-list-2 li {
        padding: 20px 10px;
        border-bottom: #e1e1e1 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .uc-list-2 .img {
        width: 150px;
        border-radius: 5px;
        height: 100px;
        border: #e1e1e1 1px solid;
        overflow: hidden;
        margin-right: 10px;
    }

        .uc-list-2 .img img {
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .uc-list-2 .center {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        margin-right: 10px;
    }

    .uc-list-2 h3 {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-list-2 h3 img {
            display: block;
            margin-right: 5px;
        }

    .uc-list-2 .txt {
        margin: 10px 0;
        font-size: 14px;
        color: #999999;
        text-align: justify;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .uc-list-2 .btm {
        color: #999999;
    }

        .uc-list-2 .btm span {
            margin-right: 2em;
        }

    .uc-list-2 .right {
        padding-left: 10px;
        border-left: #e1e1e1 1px solid;
        padding-left: 10px;
        min-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uc-list-2 .star-box {
        color: #999999;
        margin-top: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uc-list-2 .star-box img {
            display: block;
            margin-left: -5px;
        }

            .uc-list-2 .star-box img:first-child {
                margin-left: 0;
            }

.uc-list-3 {
    margin-bottom: 20px !important;
}

    .uc-list-3 .list {
        padding: 15px 20px 20px;
    }

        .uc-list-3 .list li {
            padding: 5px 0;
        }

        .uc-list-3 .list .item {
            line-height: 20px;
        }

            .uc-list-3 .list .item::after {
                display: block;
                clear: both;
                content: "";
            }

        .uc-list-3 .list img {
            display: block;
            float: left;
            margin-right: 5px;
        }

.uc-list-4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .uc-list-4 .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px 18px 8px;
    }

        .uc-list-4 .tags .uc-tag {
            margin: 2px 2px 8px;
            display: block;
            line-height: 20px;
            padding: 0 10px;
        }
